-
Notifications
You must be signed in to change notification settings - Fork 19
Publish packages to public feeds #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update build workflow: - Refactor version script into a step directly in the workflow - Update version format to use a trunk or stable identifier - Add new servers - Use Maven profiles - Separate build dispatch into a separate job - Delete ProcessCommit workflow
Fix branch name determination when in a PR
Remove space in command
Collaborator
Collaborator
Cherry pick to beta failed, 1 conflicted file in commit 7c03047
|
Collaborator
anaiberta
reviewed
Aug 3, 2022
Collaborator
Cherry pick to beta success |
anaiberta
previously approved these changes
Aug 3, 2022
Contributor
anaiberta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jechague
added a commit
that referenced
this pull request
Aug 4, 2022
* Add Dockerfile-based devcontainer * Use revision and changelist properties instead of version * Configure project for publication in Azure Artifacts and Maven Central Update build workflow: - Refactor version script into a step directly in the workflow - Update version format to use a trunk or stable identifier - Add new servers - Use Maven profiles - Separate build dispatch into a separate job - Delete ProcessCommit workflow Co-authored-by: Ana Berta <31777352+anaiberta@users.noreply.github.com> (cherry picked from commit 39269f6)
gusbro
added a commit
that referenced
this pull request
Sep 1, 2022
gusbro
added a commit
that referenced
this pull request
Sep 1, 2022
(cherry picked from commit d5be2e8)
gusbro
added a commit
that referenced
this pull request
Sep 1, 2022
* DynamoDB external datastore support library (Issue 69246) * Add support for querying tables * Add support for CRUD operations * Fix error with blank password and local url. Fix lint errors * Allow datetime fields to only contain the date part * Add missing implementation for getDate/1 * Add special case for queries that filter with an empty string key * Add support for binary streams * Fix NullPointerException when trying to get a binary stream from a record which does not have one * Add support for blobs, when duplicate/when none semantics. Fix datetimes * add 'as' method to cast a query to its derived type * Improve Query/Scan inference. Fix lint errors * Fix datetime fields. Fix update queries * Fix possible input types for Date and DateTime in toAttributeValue * Change DateTime->String conversion. It was shifting offsets twice to reach UTC * Simplify empty datetime parameters so there is no need manage java.util.Date and java.sql.Timestamp separaterly * Update build workflow - #596 Co-authored-by: José Echagüe <jechague@genexus.com> Co-authored-by: Gonzalo <gonzalogallotti@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Publish packages to:
Add necessary metadata for packages: license, maintainers, scm, etc.
Also:
{revision},{changelist}and{sha1}special variables to compute the package version.Note that:
Package feed URLs for Azure DevOps are preliminary and will be changed before cherry-picking this changes to the beta branch.Issue:97726